Feature: Crear un post y modificar el nombre de autor, que el usuario vea el nuevo nombre

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 18.479s

Scenario: Como autor creo un post, modifico mi nombre de usuario, y reviso que aparezca al filtrar con mi nuevo nombre

Before 0m 1.128s
Given I navigate to page "<HOST>" "ghost/#/signin" 0m 1.508s
And I login with credentials "<USERNAME>" "<PASSWORD>" 0m 0.871s
When I go to new post form 0m 1.129s
And I create a post with title "$name_1" and content "$string_1" 0m 0.685s
And I post the post 0m 1.003s
And I wait for 3 seconds 0m 3.325s
And I return to posts list 0m 0.691s
And I refresh the site 0m 0.780s
And I go to profile settings 0m 1.341s
And I change the profile name for "$name_2" 0m 0.774s
And I wait for 3 seconds 0m 3.485s
And I go to published 0m 0.711s
Then I filter posts by author "$$name_2" 0m 0.687s
And I check the post with name "$$name_1" is listed 0m 0.356s
After 0m 0.005s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "<HOST>" "ghost/#/signin"
And I login with credentials "<USERNAME>" "<PASSWORD>"
When I go to new post form
And I create a post with title "$name_1" and content "$string_1"
And I post the post
And I wait for 3 seconds
And I return to posts list
And I refresh the site
And I go to profile settings
And I change the profile name for "$name_2"
And I wait for 3 seconds
And I go to published
Then I filter posts by author "$$name_2"
And I check the post with name "$$name_1" is listed
After
NO IMAGE AVAILABLE